Welcome![Sign In][Sign Up]
Location:
Search - utf8 unicode

Search list

[Windows Developconvertz802

Description: 用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。    注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码,    并不适用于如 MS Word, Excel 等 binary 档案。 系统要求: 视窗9x/ME/NT/2000/XP/2003 安装: 将所有档案解压到一个新资料夹,然后直接在档案总管执行 convertz.exe。 开启ConvertZ后可于程式设定一栏选择加快捷列到桌面、开始功能表、或程式集。
Platform: | Size: 791352 | Author: thgy | Hits:

[IME Develop《UTF-8与GB2312之间的互换》的改进

Description: 用vc实现的字体编码方式UTF-8--GB2312的转换-vc used to achieve the font encoding UTF-8-- the conversion GB2312
Platform: | Size: 2048 | Author: njhuangyuanyuan | Hits:

[WEB CodecharcodeASP

Description: 一个字符转换函数,可以把UTF8转换为GB编码文字,是ASP源码,非常有和,其中包括对汉字的转换!二进制代码转换为十六进制、十进制代码,十六进制、十进制转换为二进制,GB字符转UNICODE字符,URL字符解码等-A character conversion function can be converted to GB encoding UTF8 text, is the ASP source code, and very, including the conversion of Chinese characters! Binary code is converted to hexadecimal, decimal code, hexadecimal, decimal converted to binary, GB characters to UNICODE characters, URL decoding, such as characters
Platform: | Size: 2048 | Author: acc e | Hits:

[Windows DevelopCharsetViewer

Description: 获得某个含中文字符串的Unicode、UTF8编码,在做短信发送程序的时候可作为辅助程序。-Get a string with Chinese Unicode, UTF8 encoding, so messages sent in when the program can be used as secondary procedures.
Platform: | Size: 41984 | Author: 郑轩 | Hits:

[Windows Developddd

Description: 多字节、Unicode和UTF8字符串的互换
Platform: | Size: 47104 | Author: sohn | Hits:

[Windows DevelopTools

Description: 16进制,10进制,8进制,2进制,UTF8编码,Unicode编码-16 hex, 10 hex, 8 decimal, 2 band, UTF8 encoding, Unicode encoding
Platform: | Size: 6600704 | Author: HK | Hits:

[Windows Develop2121

Description: c语言下的gb2312和utf8及unicode之间的互相转换 — Windows Live.files-c language gb2312 and under each other between utf8 and unicode conversion- Windows Live.files
Platform: | Size: 54272 | Author: jiangbaoxi | Hits:

[OS programutf8_v2_3

Description: 你还在为unicode下UTF8转换发愁吗?这有一个很好的类帮你实现,简单。-Are you still worry about converting unicode UTF8 under it? This has a very good class to help you achieve and simple.
Platform: | Size: 22528 | Author: | Hits:

[MultiLanguageCharCodeConversion

Description: 字符集的UTF8、ANSI、Unicode编码转换-Character set UTF8, ANSI, Unicode encoding conversion
Platform: | Size: 2048 | Author: 吉祥 | Hits:

[MultiLanguageUTF8Test

Description: It is for Conver Utf8 Code to Unicode
Platform: | Size: 31744 | Author: zcl | Hits:

[Algorithm1

Description: C/C++中编码转化 ANSI转Unicode Unicode转ANSI UTF8转Unicode Unicode转UTF8 wchar_t* 转 char* char*转 char* UTF8转ANSI ANSI转UTF8-ANSI the C/C++ encoded into turn the of Unicode Unicode turn ANSI UTF8 turn Unicode Unicode turn UTF8 wchar_t* turn char* char* to char* the UTF8 turn ANSI ANSI turn UTF8
Platform: | Size: 1024 | Author: 刘凯 | Hits:

[OS programMYTOOLS

Description: 字符集转换,Unicode To Utf8, Unicode To 多字符集的相互转换-Unicode To Utf8
Platform: | Size: 2048 | Author: 张天帅 | Hits:

[OtherPEncode

Description: VC++实现的utf8编码的string或char与Unicode编码的Unicode的CString的相互转换-VC++ achieve utf8 encoded string or char encoding of Unicode and Unicode CString interconversion
Platform: | Size: 1024 | Author: partoneplay | Hits:

[Delphi VCLtxt2utf8Unicode

Description: 批量转换Ansi,Unicode,Unicode big endian,UTF­ 8工具 1.含文本的文件和文件夹拖入程序,即可获得列表,以及编码格式; 2.可按4种格式读取和存储文件; 3.最右方的文件按文件的原格式读取和保存文件; 4.可添加到【文件列表】的格式在左下方进行添加和删除,文件之间分号隔开; 17:53 2013­ 09­ 27 提示: Notepad(记事本)只支持四种格式:ANSI/Unicode/Unicode big endian/UFT­ 8,在Delphi中如何判断与读取这些不同格式的文本呢? 首先,不同编码的文本,是根据文本的前两个字节来定义其编码格式的。定义如下: ANSI:> 无格式定义; Unicode: 前两个字节为FFFE; Unicode big endian: 前两字节为FEFF; UTF­ 8: 前两字节为EFBB;-Batch convert Ansi, Unicode, Unicode big endian, UTF8 Tools 1 Containing text files and folder into the program, you can get a list, as well as encoding format (2) according to four kinds of formats to read and store files 3. The far right of the original file by file format to read and save the file 4 can be added to the format [list of files] in the lower left to add and delete files between separated by a semicolon
Platform: | Size: 486400 | Author: lq | Hits:

[Internet-NetworkWinSocketSimple

Description: 本程序为C#语言编写,版本为2010旗舰版 即10.0 本解决方案中包含两个实现的SocKet客户端的实例。 Form1为本机发个自身的,使用前,先要点击“开始接收”按钮,然后发送数据,即将发送的数据显示在Text2中。 Form2为接收从某设备发送来的数据。 默认情况下运行的为Form1窗体 Application.Run(new Form1()) //Application.Run(new Form2()) 如果想运行Form2窗体 请打开项目,找到文件Program.cs,替换 Application.Run(new Form1()) //Application.Run(new Form2()) 为 //Application.Run(new Form1()) Application.Run(new Form2()) 当运行Form2时,如过接收到的数据为乱码,请到代码窗口找到 //string receivedStr = System.Text.Encoding.Unicode.GetString(buffer) 对编码进行修改,并注释掉下行。 string receivedStr = System.Text.Encoding.UTF8.GetString(buffer) -C# SocKet Client
Platform: | Size: 57344 | Author: 薛伟恒 | Hits:

[MultiLanguageLanguageCore

Description: 一个对INI文件格式解析处理的调用库,跨平台, 可编译成UTF8或者ANSI,UNICODE格式的处理库. 本人常将其用在商用软件中. 代码为本人业余编写, 不涉及版权. 可随意使用. 编写时请使用QT.-Call Library one pair INI file format parsing process, cross-platform, can be compiled into UTF8 or ANSI, UNICODE format processing library. I often use it in a commercial software. Code written for themselves amateurs, does not involve copyright can be free to use Please use QT when writing.
Platform: | Size: 8192 | Author: fyc | Hits:
« 1 2 3 4»

CodeBus www.codebus.net